home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / WhosOnFirst / ProcessManager.h < prev    next >
Text File  |  1992-12-26  |  225b  |  15 lines

  1. #import <objc/objc.h>
  2. #import <appkit/appkit.h>
  3.  
  4.  
  5. @interface ProcessManager:Object
  6. {
  7.     id    myTextObject;
  8.     id    myWindow;
  9. }
  10.  
  11. - readTTYProcesses: (char *) tty;
  12. - readUserProcesses: (char *) name;
  13. - logoutTTY:(char *) ttyname;
  14.  
  15. @end